Html Css Color HEX #258ACE Curious Blue

📋 copy color: '#258ACE'

red 37 ◦ green 138 ◦ blue 206

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

Shades of Curious Blue #258ACE

Tints of Curious Blue #258ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.07%

R = 9.71%
G = 36.22%
B = 54.07%

CMYK

 C value IS 0.82

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#258ACE (or 0x258ACE) is known color: Curious Blue. HEX triplet: 25, 8A and CE. RGB value is (37,138,206). Sum of RGB (Red+Green+Blue) = 37+138+206=381 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.71% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #258ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258ACE is #DA7531. Grayscale: #737373. Windows color (decimal): -14316850 or 13535781. OLE color: 13535781.

HSL color Cylindrical-coordinate representation of color #258ACE: hue angle of 204.14º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #258ACE is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 138 206 -
CMYK 0.82 0.33 0 0.19
HSL 204.14º 0.7% 0.48% -
HSV(B) 204.14º 0.82% 0.81% -
XYZ 20.99 23.03 61.73 -
YUV 115.55 179.04 71.97 -
System Red Green Blue C M Y K H S L
Decimal 37 138 206 0.82 0.33 0 0.19 204.14 0.7 0.48
Hex 25 8A CE 52 21 0 13 CC 46 30
Octal 45 212 316 122 41 0 23 314 106 60
Binary 100101 10001010 11001110 1010010 100001 0 10011 11001100 1000110 110000

Color Harmonies of #258ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258ACE

Black with #258ACE

Text Example


Text Example

White with #258ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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