Html Css Color HEX #0375F9 Dodger Blue

📋 copy color: '#0375F9'

red 3 ◦ green 117 ◦ blue 249

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

Shades of Dodger Blue #0375F9

Tints of Dodger Blue #0375F9

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.71%

 BLUE value IS 249 (97.66% from 255) = 67.48%

R = 0.81%
G = 31.71%
B = 67.48%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0375F9 (or 0x0375F9) is known color: Dodger Blue. HEX triplet: 03, 75 and F9. RGB value is (3,117,249). Sum of RGB (Red+Green+Blue) = 3+117+249=369 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 249 (97.66% from 255 or 67.48% from 369); Max value from RGB is 249 - color contains mainly: blue. Hex color #0375F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0375F9 is #FC8A06. Grayscale: #616161. Windows color (decimal): -16550407 or 16348419. OLE color: 16348419.

HSL color Cylindrical-coordinate representation of color #0375F9: hue angle of 212.2º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0375F9 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 3 117 249 -
CMYK 0.99 0.53 0 0.02
HSL 212.2º 0.98% 0.49% -
HSV(B) 212.2º 0.99% 0.98% -
XYZ 23.5 19.58 92.16 -
YUV 97.96 213.23 60.27 -
System Red Green Blue C M Y K H S L
Decimal 3 117 249 0.99 0.53 0 0.02 212.2 0.98 0.49
Hex 3 75 F9 63 35 0 2 D4 62 31
Octal 3 165 371 143 65 0 2 324 142 61
Binary 11 1110101 11111001 1100011 110101 0 10 11010100 1100010 110001

Color Harmonies of #0375F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0375F9

Black with #0375F9

Text Example


Text Example

White with #0375F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0375F9; }

 p { color: rgb(3,117,249); }

 H1.HeaderClassName
 {
   color: #0375F9;
 }
 .AnyTagClassName
 {
   color: #0375F9;
 }
</style>

background-color css

<style>
 a { background-color: #0375F9; }

 a { background-color: rgb(3,117,249); }

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

border-color css

<style>
 span { border-color: #0375F9; }

 span { border-color: rgb(3,117,249); }

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