Html Css Color HEX #0D9CF3 Dodger Blue

📋 copy color: '#0D9CF3'

red 13 ◦ green 156 ◦ blue 243

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

Shades of Dodger Blue #0D9CF3

Tints of Dodger Blue #0D9CF3

RGB

 RED value IS 13 (5.47% from 255) = 3.16%

 GREEN value IS 156 (61.33% from 255) = 37.86%

 BLUE value IS 243 (95.31% from 255) = 58.98%

R = 3.16%
G = 37.86%
B = 58.98%

CMYK

 C value IS 0.95

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0D9CF3 (or 0x0D9CF3) is known color: Dodger Blue. HEX triplet: 0D, 9C and F3. RGB value is (13,156,243). Sum of RGB (Red+Green+Blue) = 13+156+243=412 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.16% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 243 (95.31% from 255 or 58.98% from 412); Max value from RGB is 243 - color contains mainly: blue. Hex color #0D9CF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D9CF3 is #F2630C. Grayscale: #7A7A7A. Windows color (decimal): -15885069 or 15965197. OLE color: 15965197.

HSL color Cylindrical-coordinate representation of color #0D9CF3: hue angle of 202.7º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D9CF3 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 13 156 243 -
CMYK 0.95 0.36 0 0.05
HSL 202.7º 0.91% 0.5% -
HSV(B) 202.7º 0.95% 0.95% -
XYZ 28.23 30.33 89.16 -
YUV 123.16 195.62 49.43 -
System Red Green Blue C M Y K H S L
Decimal 13 156 243 0.95 0.36 0 0.05 202.7 0.91 0.5
Hex D 9C F3 5F 24 0 5 CB 5B 32
Octal 15 234 363 137 44 0 5 313 133 62
Binary 1101 10011100 11110011 1011111 100100 0 101 11001011 1011011 110010

Color Harmonies of #0D9CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9CF3

Black with #0D9CF3

Text Example


Text Example

White with #0D9CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D9CF3; }

 p { color: rgb(13,156,243); }

 H1.HeaderClassName
 {
   color: #0D9CF3;
 }
 .AnyTagClassName
 {
   color: #0D9CF3;
 }
</style>

background-color css

<style>
 a { background-color: #0D9CF3; }

 a { background-color: rgb(13,156,243); }

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

border-color css

<style>
 span { border-color: #0D9CF3; }

 span { border-color: rgb(13,156,243); }

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