Html Css Color HEX #7FB4DA Jordy Blue

📋 copy color: '#7FB4DA'

red 127 ◦ green 180 ◦ blue 218

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

Shades of Jordy Blue #7FB4DA

Tints of Jordy Blue #7FB4DA

RGB

 RED value IS 127 (50% from 255) = 24.19%

 GREEN value IS 180 (70.7% from 255) = 34.29%

 BLUE value IS 218 (85.55% from 255) = 41.52%

R = 24.19%
G = 34.29%
B = 41.52%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7FB4DA (or 0x7FB4DA) is known color: Jordy Blue. HEX triplet: 7F, B4 and DA. RGB value is (127,180,218). Sum of RGB (Red+Green+Blue) = 127+180+218=525 (69% of max value = 765). Red value is 127 (50% from 255 or 24.19% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #7FB4DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB4DA is #804B25. Grayscale: #A8A8A8. Windows color (decimal): -8407846 or 14333055. OLE color: 14333055.

HSL color Cylindrical-coordinate representation of color #7FB4DA: hue angle of 205.05º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FB4DA is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 127 180 218 -
CMYK 0.42 0.17 0 0.15
HSL 205.05º 0.55% 0.68% -
HSV(B) 205.05º 0.42% 0.85% -
XYZ 37.73 42.22 72.49 -
YUV 168.49 155.94 98.41 -
System Red Green Blue C M Y K H S L
Decimal 127 180 218 0.42 0.17 0 0.15 205.05 0.55 0.68
Hex 7F B4 DA 2A 11 0 F CD 37 44
Octal 177 264 332 52 21 0 17 315 67 104
Binary 1111111 10110100 11011010 101010 10001 0 1111 11001101 110111 1000100

Color Harmonies of #7FB4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB4DA

Black with #7FB4DA

Text Example


Text Example

White with #7FB4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FB4DA; }

 p { color: rgb(127,180,218); }

 H1.HeaderClassName
 {
   color: #7FB4DA;
 }
 .AnyTagClassName
 {
   color: #7FB4DA;
 }
</style>

background-color css

<style>
 a { background-color: #7FB4DA; }

 a { background-color: rgb(127,180,218); }

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

border-color css

<style>
 span { border-color: #7FB4DA; }

 span { border-color: rgb(127,180,218); }

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