Html Css Color HEX #74AFDF Jordy Blue

📋 copy color: '#74AFDF'

red 116 ◦ green 175 ◦ blue 223

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

Shades of Jordy Blue #74AFDF

Tints of Jordy Blue #74AFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.39%

R = 22.57%
G = 34.05%
B = 43.39%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#74AFDF (or 0x74AFDF) is known color: Jordy Blue. HEX triplet: 74, AF and DF. RGB value is (116,175,223). Sum of RGB (Red+Green+Blue) = 116+175+223=514 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.57% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #74AFDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AFDF is #8B5020. Grayscale: #A2A2A2. Windows color (decimal): -9130017 or 14659444. OLE color: 14659444.

HSL color Cylindrical-coordinate representation of color #74AFDF: hue angle of 206.92º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74AFDF is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 175 223 -
CMYK 0.48 0.22 0 0.13
HSL 206.92º 0.63% 0.66% -
HSV(B) 206.92º 0.48% 0.87% -
XYZ 35.85 39.7 75.59 -
YUV 162.83 161.95 94.6 -
System Red Green Blue C M Y K H S L
Decimal 116 175 223 0.48 0.22 0 0.13 206.92 0.63 0.66
Hex 74 AF DF 30 16 0 D CF 3F 42
Octal 164 257 337 60 26 0 15 317 77 102
Binary 1110100 10101111 11011111 110000 10110 0 1101 11001111 111111 1000010

Color Harmonies of #74AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AFDF

Black with #74AFDF

Text Example


Text Example

White with #74AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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