Html Css Color HEX #72B2EF Jordy Blue

📋 copy color: '#72B2EF'

red 114 ◦ green 178 ◦ blue 239

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

Shades of Jordy Blue #72B2EF

Tints of Jordy Blue #72B2EF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.52%

 BLUE value IS 239 (93.75% from 255) = 45.01%

R = 21.47%
G = 33.52%
B = 45.01%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#72B2EF (or 0x72B2EF) is known color: Jordy Blue. HEX triplet: 72, B2 and EF. RGB value is (114,178,239). Sum of RGB (Red+Green+Blue) = 114+178+239=531 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.47% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #72B2EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #72B2EF is #8D4D10. Grayscale: #A5A5A5. Windows color (decimal): -9260305 or 15708786. OLE color: 15708786.

HSL color Cylindrical-coordinate representation of color #72B2EF: hue angle of 209.28º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72B2EF is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 178 239 -
CMYK 0.52 0.26 0 0.06
HSL 209.28º 0.8% 0.69% -
HSV(B) 209.28º 0.52% 0.94% -
XYZ 38.44 41.65 87.67 -
YUV 165.82 169.3 91.04 -
System Red Green Blue C M Y K H S L
Decimal 114 178 239 0.52 0.26 0 0.06 209.28 0.8 0.69
Hex 72 B2 EF 34 1A 0 6 D1 50 45
Octal 162 262 357 64 32 0 6 321 120 105
Binary 1110010 10110010 11101111 110100 11010 0 110 11010001 1010000 1000101

Color Harmonies of #72B2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B2EF

Black with #72B2EF

Text Example


Text Example

White with #72B2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,178,239); }

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

background-color css

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

 a { background-color: rgb(114,178,239); }

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

border-color css

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

 span { border-color: rgb(114,178,239); }

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