Html Css Color HEX #0DAFDF Iris Blue

📋 copy color: '#0DAFDF'

red 13 ◦ green 175 ◦ blue 223

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

Shades of Iris Blue #0DAFDF

Tints of Iris Blue #0DAFDF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.58%

 BLUE value IS 223 (87.5% from 255) = 54.26%

R = 3.16%
G = 42.58%
B = 54.26%

CMYK

 C value IS 0.94

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0DAFDF (or 0x0DAFDF) is known color: Iris Blue. HEX triplet: 0D, AF and DF. RGB value is (13,175,223). Sum of RGB (Red+Green+Blue) = 13+175+223=411 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.16% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #0DAFDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DAFDF is #F25020. Grayscale: #838383. Windows color (decimal): -15880225 or 14659341. OLE color: 14659341.

HSL color Cylindrical-coordinate representation of color #0DAFDF: hue angle of 193.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DAFDF is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 13 175 223 -
CMYK 0.94 0.22 0 0.13
HSL 193.71º 0.89% 0.46% -
HSV(B) 193.71º 0.94% 0.87% -
XYZ 28.82 36.07 75.26 -
YUV 132.03 179.33 43.1 -
System Red Green Blue C M Y K H S L
Decimal 13 175 223 0.94 0.22 0 0.13 193.71 0.89 0.46
Hex D AF DF 5E 16 0 D C2 59 2E
Octal 15 257 337 136 26 0 15 302 131 56
Binary 1101 10101111 11011111 1011110 10110 0 1101 11000010 1011001 101110

Color Harmonies of #0DAFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAFDF

Black with #0DAFDF

Text Example


Text Example

White with #0DAFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,175,223); }

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

background-color css

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

 a { background-color: rgb(13,175,223); }

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

border-color css

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

 span { border-color: rgb(13,175,223); }

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