Html Css Color HEX #0370FE Dodger Blue

📋 copy color: '#0370FE'

red 3 ◦ green 112 ◦ blue 254

#0370FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #0370FE

Tints of Dodger Blue #0370FE

RGB

 RED value IS 3 (1.56% from 255) = 0.81%

 GREEN value IS 112 (44.14% from 255) = 30.35%

 BLUE value IS 254 (99.61% from 255) = 68.83%

R = 0.81%
G = 30.35%
B = 68.83%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0370FE (or 0x0370FE) is known color: Dodger Blue. HEX triplet: 03, 70 and FE. RGB value is (3,112,254). Sum of RGB (Red+Green+Blue) = 3+112+254=369 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #0370FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0370FE is #FC8F01. Grayscale: #5E5E5E. Windows color (decimal): -16551682 or 16674819. OLE color: 16674819.

HSL color Cylindrical-coordinate representation of color #0370FE: hue angle of 213.94º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0370FE is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 3 112 254 -
CMYK 0.99 0.56 0 0.00
HSL 213.94º 0.99% 0.5% -
HSV(B) 213.94º 0.99% 1% -
XYZ 23.72 18.76 96.14 -
YUV 95.6 217.39 61.95 -
System Red Green Blue C M Y K H S L
Decimal 3 112 254 0.99 0.56 0 0.00 213.94 0.99 0.5
Hex 3 70 FE 63 38 0 0 D6 63 32
Octal 3 160 376 143 70 0 0 326 143 62
Binary 11 1110000 11111110 1100011 111000 0 0 11010110 1100011 110010

Color Harmonies of #0370FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0370FE

Black with #0370FE

Text Example


Text Example

White with #0370FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0370FE; }

 p { color: rgb(3,112,254); }

 H1.HeaderClassName
 {
   color: #0370FE;
 }
 .AnyTagClassName
 {
   color: #0370FE;
 }
</style>

background-color css

<style>
 a { background-color: #0370FE; }

 a { background-color: rgb(3,112,254); }

 div.DivClassName
 {
   background-color: #0370FE;
 }
 .BgClassName
 {
   background-color: #0370FE;
 }
</style>

border-color css

<style>
 span { border-color: #0370FE; }

 span { border-color: rgb(3,112,254); }

 td.TdClassName
 {
   border-color: #0370FE;
 }
 .TagClassName
 {
   border-color: #0370FE;
 }
</style>