Html Css Color HEX #74B0DC Jordy Blue

📋 copy color: '#74B0DC'

red 116 ◦ green 176 ◦ blue 220

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

Shades of Jordy Blue #74B0DC

Tints of Jordy Blue #74B0DC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.38%

 BLUE value IS 220 (86.33% from 255) = 42.97%

R = 22.66%
G = 34.38%
B = 42.97%

CMYK

 C value IS 0.47

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#74B0DC (or 0x74B0DC) is known color: Jordy Blue. HEX triplet: 74, B0 and DC. RGB value is (116,176,220). Sum of RGB (Red+Green+Blue) = 116+176+220=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #74B0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74B0DC is #8B4F23. Grayscale: #A2A2A2. Windows color (decimal): -9129764 or 14463092. OLE color: 14463092.

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

Color convert

RGB 116 176 220 -
CMYK 0.47 0.2 0 0.14
HSL 205.38º 0.6% 0.66% -
HSV(B) 205.38º 0.47% 0.86% -
XYZ 35.65 39.93 73.54 -
YUV 163.08 160.12 94.42 -
System Red Green Blue C M Y K H S L
Decimal 116 176 220 0.47 0.2 0 0.14 205.38 0.6 0.66
Hex 74 B0 DC 2F 14 0 E CD 3C 42
Octal 164 260 334 57 24 0 16 315 74 102
Binary 1110100 10110000 11011100 101111 10100 0 1110 11001101 111100 1000010

Color Harmonies of #74B0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B0DC

Black with #74B0DC

Text Example


Text Example

White with #74B0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,176,220); }

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

background-color css

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

 a { background-color: rgb(116,176,220); }

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

border-color css

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

 span { border-color: rgb(116,176,220); }

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