Html Css Color HEX #74B2DB Jordy Blue

📋 copy color: '#74B2DB'

red 116 ◦ green 178 ◦ blue 219

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

Shades of Jordy Blue #74B2DB

Tints of Jordy Blue #74B2DB

RGB

 RED value IS 116 (45.7% from 255) = 22.61%

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

 BLUE value IS 219 (85.94% from 255) = 42.69%

R = 22.61%
G = 34.7%
B = 42.69%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#74B2DB (or 0x74B2DB) is known color: Jordy Blue. HEX triplet: 74, B2 and DB. RGB value is (116,178,219). Sum of RGB (Red+Green+Blue) = 116+178+219=513 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.61% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #74B2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74B2DB is #8B4D24. Grayscale: #A3A3A3. Windows color (decimal): -9129253 or 14398068. OLE color: 14398068.

HSL color Cylindrical-coordinate representation of color #74B2DB: hue angle of 203.88º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74B2DB is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 178 219 -
CMYK 0.47 0.19 0 0.14
HSL 203.88º 0.59% 0.66% -
HSV(B) 203.88º 0.47% 0.86% -
XYZ 35.91 40.67 72.97 -
YUV 164.14 158.96 93.67 -
System Red Green Blue C M Y K H S L
Decimal 116 178 219 0.47 0.19 0 0.14 203.88 0.59 0.66
Hex 74 B2 DB 2F 13 0 E CC 3B 42
Octal 164 262 333 57 23 0 16 314 73 102
Binary 1110100 10110010 11011011 101111 10011 0 1110 11001100 111011 1000010

Color Harmonies of #74B2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B2DB

Black with #74B2DB

Text Example


Text Example

White with #74B2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74B2DB; }

 p { color: rgb(116,178,219); }

 H1.HeaderClassName
 {
   color: #74B2DB;
 }
 .AnyTagClassName
 {
   color: #74B2DB;
 }
</style>

background-color css

<style>
 a { background-color: #74B2DB; }

 a { background-color: rgb(116,178,219); }

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

border-color css

<style>
 span { border-color: #74B2DB; }

 span { border-color: rgb(116,178,219); }

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