Html Css Color HEX #74AFEB Jordy Blue

📋 copy color: '#74AFEB'

red 116 ◦ green 175 ◦ blue 235

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

Shades of Jordy Blue #74AFEB

Tints of Jordy Blue #74AFEB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.27%

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

R = 22.05%
G = 33.27%
B = 44.68%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#74AFEB (or 0x74AFEB) is known color: Jordy Blue. HEX triplet: 74, AF and EB. RGB value is (116,175,235). Sum of RGB (Red+Green+Blue) = 116+175+235=526 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.05% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #74AFEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74AFEB is #8B5014. Grayscale: #A3A3A3. Windows color (decimal): -9130005 or 15445876. OLE color: 15445876.

HSL color Cylindrical-coordinate representation of color #74AFEB: hue angle of 210.25º 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 #74AFEB is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 175 235 -
CMYK 0.51 0.26 0 0.08
HSL 210.25º 0.75% 0.69% -
HSV(B) 210.25º 0.51% 0.92% -
XYZ 37.53 40.37 84.41 -
YUV 164.2 167.95 93.62 -
System Red Green Blue C M Y K H S L
Decimal 116 175 235 0.51 0.26 0 0.08 210.25 0.75 0.69
Hex 74 AF EB 33 1A 0 8 D2 4B 45
Octal 164 257 353 63 32 0 10 322 113 105
Binary 1110100 10101111 11101011 110011 11010 0 1000 11010010 1001011 1000101

Color Harmonies of #74AFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AFEB

Black with #74AFEB

Text Example


Text Example

White with #74AFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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