Html Css Color HEX #258CCC Curious Blue

📋 copy color: '#258CCC'

red 37 ◦ green 140 ◦ blue 204

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

Shades of Curious Blue #258CCC

Tints of Curious Blue #258CCC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.75%

 BLUE value IS 204 (80.08% from 255) = 53.54%

R = 9.71%
G = 36.75%
B = 53.54%

CMYK

 C value IS 0.82

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#258CCC (or 0x258CCC) is known color: Curious Blue. HEX triplet: 25, 8C and CC. RGB value is (37,140,204). Sum of RGB (Red+Green+Blue) = 37+140+204=381 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.71% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #258CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258CCC is #DA7333. Grayscale: #747474. Windows color (decimal): -14316340 or 13405221. OLE color: 13405221.

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

Color convert

RGB 37 140 204 -
CMYK 0.82 0.31 0 0.2
HSL 202.99º 0.69% 0.47% -
HSV(B) 202.99º 0.82% 0.8% -
XYZ 21.04 23.51 60.56 -
YUV 116.5 177.38 71.3 -
System Red Green Blue C M Y K H S L
Decimal 37 140 204 0.82 0.31 0 0.2 202.99 0.69 0.47
Hex 25 8C CC 52 1F 0 14 CB 45 2F
Octal 45 214 314 122 37 0 24 313 105 57
Binary 100101 10001100 11001100 1010010 11111 0 10100 11001011 1000101 101111

Color Harmonies of #258CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258CCC

Black with #258CCC

Text Example


Text Example

White with #258CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,140,204); }

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

background-color css

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

 a { background-color: rgb(37,140,204); }

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

border-color css

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

 span { border-color: rgb(37,140,204); }

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