Html Css Color HEX #74B5EA Jordy Blue

📋 copy color: '#74B5EA'

red 116 ◦ green 181 ◦ blue 234

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

Shades of Jordy Blue #74B5EA

Tints of Jordy Blue #74B5EA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.09%

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

R = 21.85%
G = 34.09%
B = 44.07%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#74B5EA (or 0x74B5EA) is known color: Jordy Blue. HEX triplet: 74, B5 and EA. RGB value is (116,181,234). Sum of RGB (Red+Green+Blue) = 116+181+234=531 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.85% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #74B5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74B5EA is #8B4A15. Grayscale: #A7A7A7. Windows color (decimal): -9128470 or 15381876. OLE color: 15381876.

HSL color Cylindrical-coordinate representation of color #74B5EA: hue angle of 206.95º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74B5EA is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 181 234 -
CMYK 0.50 0.23 0 0.08
HSL 206.95º 0.74% 0.69% -
HSV(B) 206.95º 0.5% 0.92% -
XYZ 38.58 42.7 84.05 -
YUV 167.61 165.47 91.19 -
System Red Green Blue C M Y K H S L
Decimal 116 181 234 0.50 0.23 0 0.08 206.95 0.74 0.69
Hex 74 B5 EA 32 17 0 8 CF 4A 45
Octal 164 265 352 62 27 0 10 317 112 105
Binary 1110100 10110101 11101010 110010 10111 0 1000 11001111 1001010 1000101

Color Harmonies of #74B5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B5EA

Black with #74B5EA

Text Example


Text Example

White with #74B5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,181,234); }

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

background-color css

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

 a { background-color: rgb(116,181,234); }

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

border-color css

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

 span { border-color: rgb(116,181,234); }

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