Html Css Color HEX #258ACD Curious Blue

📋 copy color: '#258ACD'

red 37 ◦ green 138 ◦ blue 205

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

Shades of Curious Blue #258ACD

Tints of Curious Blue #258ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.32%

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

R = 9.74%
G = 36.32%
B = 53.95%

CMYK

 C value IS 0.82

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#258ACD (or 0x258ACD) is known color: Curious Blue. HEX triplet: 25, 8A and CD. RGB value is (37,138,205). Sum of RGB (Red+Green+Blue) = 37+138+205=380 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.74% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #258ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258ACD is #DA7532. Grayscale: #737373. Windows color (decimal): -14316851 or 13470245. OLE color: 13470245.

HSL color Cylindrical-coordinate representation of color #258ACD: hue angle of 203.93º 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 #258ACD is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 138 205 -
CMYK 0.82 0.33 0 0.20
HSL 203.93º 0.69% 0.47% -
HSV(B) 203.93º 0.82% 0.8% -
XYZ 20.87 22.98 61.09 -
YUV 115.44 178.54 72.05 -
System Red Green Blue C M Y K H S L
Decimal 37 138 205 0.82 0.33 0 0.20 203.93 0.69 0.47
Hex 25 8A CD 52 21 0 14 CC 45 2F
Octal 45 212 315 122 41 0 24 314 105 57
Binary 100101 10001010 11001101 1010010 100001 0 10100 11001100 1000101 101111

Color Harmonies of #258ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258ACD

Black with #258ACD

Text Example


Text Example

White with #258ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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