Html Css Color HEX #258BCD Curious Blue

📋 copy color: '#258BCD'

red 37 ◦ green 139 ◦ blue 205

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

Shades of Curious Blue #258BCD

Tints of Curious Blue #258BCD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.48%

 BLUE value IS 205 (80.47% from 255) = 53.81%

R = 9.71%
G = 36.48%
B = 53.81%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#258BCD (or 0x258BCD) is known color: Curious Blue. HEX triplet: 25, 8B and CD. RGB value is (37,139,205). Sum of RGB (Red+Green+Blue) = 37+139+205=381 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.71% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #258BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258BCD is #DA7432. Grayscale: #737373. Windows color (decimal): -14316595 or 13470501. OLE color: 13470501.

HSL color Cylindrical-coordinate representation of color #258BCD: hue angle of 203.57º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #258BCD is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 139 205 -
CMYK 0.82 0.32 0 0.20
HSL 203.57º 0.69% 0.47% -
HSV(B) 203.57º 0.82% 0.8% -
XYZ 21.02 23.27 61.14 -
YUV 116.03 178.21 71.63 -
System Red Green Blue C M Y K H S L
Decimal 37 139 205 0.82 0.32 0 0.20 203.57 0.69 0.47
Hex 25 8B CD 52 20 0 14 CC 45 2F
Octal 45 213 315 122 40 0 24 314 105 57
Binary 100101 10001011 11001101 1010010 100000 0 10100 11001100 1000101 101111

Color Harmonies of #258BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258BCD

Black with #258BCD

Text Example


Text Example

White with #258BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,139,205); }

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

background-color css

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

 a { background-color: rgb(37,139,205); }

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

border-color css

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

 span { border-color: rgb(37,139,205); }

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