Html Css Color HEX #72B0EA Jordy Blue

📋 copy color: '#72B0EA'

red 114 ◦ green 176 ◦ blue 234

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

Shades of Jordy Blue #72B0EA

Tints of Jordy Blue #72B0EA

RGB

 RED value IS 114 (44.92% from 255) = 21.76%

 GREEN value IS 176 (69.14% from 255) = 33.59%

 BLUE value IS 234 (91.8% from 255) = 44.66%

R = 21.76%
G = 33.59%
B = 44.66%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#72B0EA (or 0x72B0EA) is known color: Jordy Blue. HEX triplet: 72, B0 and EA. RGB value is (114,176,234). Sum of RGB (Red+Green+Blue) = 114+176+234=524 (69% of max value = 765). Red value is 114 (44.92% from 255 or 21.76% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #72B0EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72B0EA is #8D4F15. Grayscale: #A3A3A3. Windows color (decimal): -9260822 or 15380594. OLE color: 15380594.

HSL color Cylindrical-coordinate representation of color #72B0EA: hue angle of 209º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72B0EA is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 176 234 -
CMYK 0.51 0.25 0 0.08
HSL 209º 0.74% 0.68% -
HSV(B) 209º 0.51% 0.92% -
XYZ 37.32 40.57 83.71 -
YUV 164.07 167.46 92.28 -
System Red Green Blue C M Y K H S L
Decimal 114 176 234 0.51 0.25 0 0.08 209 0.74 0.68
Hex 72 B0 EA 33 19 0 8 D1 4A 44
Octal 162 260 352 63 31 0 10 321 112 104
Binary 1110010 10110000 11101010 110011 11001 0 1000 11010001 1001010 1000100

Color Harmonies of #72B0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B0EA

Black with #72B0EA

Text Example


Text Example

White with #72B0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72B0EA; }

 p { color: rgb(114,176,234); }

 H1.HeaderClassName
 {
   color: #72B0EA;
 }
 .AnyTagClassName
 {
   color: #72B0EA;
 }
</style>

background-color css

<style>
 a { background-color: #72B0EA; }

 a { background-color: rgb(114,176,234); }

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

border-color css

<style>
 span { border-color: #72B0EA; }

 span { border-color: rgb(114,176,234); }

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