Html Css Color HEX #258FD8 Summer Sky

📋 copy color: '#258FD8'

red 37 ◦ green 143 ◦ blue 216

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

Shades of Summer Sky #258FD8

Tints of Summer Sky #258FD8

RGB

 RED value IS 37 (14.84% from 255) = 9.34%

 GREEN value IS 143 (56.25% from 255) = 36.11%

 BLUE value IS 216 (84.77% from 255) = 54.55%

R = 9.34%
G = 36.11%
B = 54.55%

CMYK

 C value IS 0.83

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#258FD8 (or 0x258FD8) is known color: Summer Sky. HEX triplet: 25, 8F and D8. RGB value is (37,143,216). Sum of RGB (Red+Green+Blue) = 37+143+216=396 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.34% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 216 (84.77% from 255 or 54.55% from 396); Max value from RGB is 216 - color contains mainly: blue. Hex color #258FD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258FD8 is #DA7027. Grayscale: #777777. Windows color (decimal): -14315560 or 14192421. OLE color: 14192421.

HSL color Cylindrical-coordinate representation of color #258FD8: hue angle of 204.47º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #258FD8 is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 143 216 -
CMYK 0.83 0.34 0 0.15
HSL 204.47º 0.71% 0.5% -
HSV(B) 204.47º 0.83% 0.85% -
XYZ 22.98 25 68.58 -
YUV 119.63 182.38 69.06 -
System Red Green Blue C M Y K H S L
Decimal 37 143 216 0.83 0.34 0 0.15 204.47 0.71 0.5
Hex 25 8F D8 53 22 0 F CC 47 32
Octal 45 217 330 123 42 0 17 314 107 62
Binary 100101 10001111 11011000 1010011 100010 0 1111 11001100 1000111 110010

Color Harmonies of #258FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258FD8

Black with #258FD8

Text Example


Text Example

White with #258FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258FD8; }

 p { color: rgb(37,143,216); }

 H1.HeaderClassName
 {
   color: #258FD8;
 }
 .AnyTagClassName
 {
   color: #258FD8;
 }
</style>

background-color css

<style>
 a { background-color: #258FD8; }

 a { background-color: rgb(37,143,216); }

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

border-color css

<style>
 span { border-color: #258FD8; }

 span { border-color: rgb(37,143,216); }

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