Html Css Color HEX #71A5F1 Jordy Blue

📋 copy color: '#71A5F1'

red 113 ◦ green 165 ◦ blue 241

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

Shades of Jordy Blue #71A5F1

Tints of Jordy Blue #71A5F1

RGB

 RED value IS 113 (44.53% from 255) = 21.77%

 GREEN value IS 165 (64.84% from 255) = 31.79%

 BLUE value IS 241 (94.53% from 255) = 46.44%

R = 21.77%
G = 31.79%
B = 46.44%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#71A5F1 (or 0x71A5F1) is known color: Jordy Blue. HEX triplet: 71, A5 and F1. RGB value is (113,165,241). Sum of RGB (Red+Green+Blue) = 113+165+241=519 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.77% from 519); Green value is 165 (64.84% from 255 or 31.79% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #71A5F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #71A5F1 is #8E5A0E. Grayscale: #9D9D9D. Windows color (decimal): -9329167 or 15836529. OLE color: 15836529.

HSL color Cylindrical-coordinate representation of color #71A5F1: hue angle of 215.62º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71A5F1 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 113 165 241 -
CMYK 0.53 0.32 0 0.05
HSL 215.63º 0.82% 0.69% -
HSV(B) 215.63º 0.53% 0.95% -
XYZ 36.14 36.77 88.41 -
YUV 158.12 174.77 95.82 -
System Red Green Blue C M Y K H S L
Decimal 113 165 241 0.53 0.32 0 0.05 215.63 0.82 0.69
Hex 71 A5 F1 35 20 0 5 D8 52 45
Octal 161 245 361 65 40 0 5 330 122 105
Binary 1110001 10100101 11110001 110101 100000 0 101 11011000 1010010 1000101

Color Harmonies of #71A5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A5F1

Black with #71A5F1

Text Example


Text Example

White with #71A5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71A5F1; }

 p { color: rgb(113,165,241); }

 H1.HeaderClassName
 {
   color: #71A5F1;
 }
 .AnyTagClassName
 {
   color: #71A5F1;
 }
</style>

background-color css

<style>
 a { background-color: #71A5F1; }

 a { background-color: rgb(113,165,241); }

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

border-color css

<style>
 span { border-color: #71A5F1; }

 span { border-color: rgb(113,165,241); }

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