Html Css Color HEX #74A1EB Jordy Blue

📋 copy color: '#74A1EB'

red 116 ◦ green 161 ◦ blue 235

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

Shades of Jordy Blue #74A1EB

Tints of Jordy Blue #74A1EB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.45%

 BLUE value IS 235 (92.19% from 255) = 45.9%

R = 22.66%
G = 31.45%
B = 45.9%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#74A1EB (or 0x74A1EB) is known color: Jordy Blue. HEX triplet: 74, A1 and EB. RGB value is (116,161,235). Sum of RGB (Red+Green+Blue) = 116+161+235=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #74A1EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A1EB is #8B5E14. Grayscale: #9B9B9B. Windows color (decimal): -9133589 or 15442292. OLE color: 15442292.

HSL color Cylindrical-coordinate representation of color #74A1EB: hue angle of 217.31º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74A1EB is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 161 235 -
CMYK 0.51 0.31 0 0.08
HSL 217.31º 0.75% 0.69% -
HSV(B) 217.31º 0.51% 0.92% -
XYZ 34.94 35.2 83.55 -
YUV 155.98 172.59 99.48 -
System Red Green Blue C M Y K H S L
Decimal 116 161 235 0.51 0.31 0 0.08 217.31 0.75 0.69
Hex 74 A1 EB 33 1F 0 8 D9 4B 45
Octal 164 241 353 63 37 0 10 331 113 105
Binary 1110100 10100001 11101011 110011 11111 0 1000 11011001 1001011 1000101

Color Harmonies of #74A1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A1EB

Black with #74A1EB

Text Example


Text Example

White with #74A1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,161,235); }

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

background-color css

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

 a { background-color: rgb(116,161,235); }

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

border-color css

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

 span { border-color: rgb(116,161,235); }

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