Html Css Color HEX #74B1DB Jordy Blue

📋 copy color: '#74B1DB'

red 116 ◦ green 177 ◦ blue 219

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

Shades of Jordy Blue #74B1DB

Tints of Jordy Blue #74B1DB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.57%

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

R = 22.66%
G = 34.57%
B = 42.77%

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

#74B1DB (or 0x74B1DB) is known color: Jordy Blue. HEX triplet: 74, B1 and DB. RGB value is (116,177,219). Sum of RGB (Red+Green+Blue) = 116+177+219=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #74B1DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74B1DB is #8B4E24. Grayscale: #A3A3A3. Windows color (decimal): -9129509 or 14397812. OLE color: 14397812.

HSL color Cylindrical-coordinate representation of color #74B1DB: hue angle of 204.47º 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 #74B1DB is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 177 219 -
CMYK 0.47 0.19 0 0.14
HSL 204.47º 0.59% 0.66% -
HSV(B) 204.47º 0.47% 0.86% -
XYZ 35.71 40.27 72.91 -
YUV 163.55 159.29 94.08 -
System Red Green Blue C M Y K H S L
Decimal 116 177 219 0.47 0.19 0 0.14 204.47 0.59 0.66
Hex 74 B1 DB 2F 13 0 E CC 3B 42
Octal 164 261 333 57 23 0 16 314 73 102
Binary 1110100 10110001 11011011 101111 10011 0 1110 11001100 111011 1000010

Color Harmonies of #74B1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B1DB

Black with #74B1DB

Text Example


Text Example

White with #74B1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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