Html Css Color HEX #258BCC Curious Blue

📋 copy color: '#258BCC'

red 37 ◦ green 139 ◦ blue 204

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

Shades of Curious Blue #258BCC

Tints of Curious Blue #258BCC

RGB

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

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

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

R = 9.74%
G = 36.58%
B = 53.68%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#258BCC (or 0x258BCC) is known color: Curious Blue. HEX triplet: 25, 8B and CC. RGB value is (37,139,204). Sum of RGB (Red+Green+Blue) = 37+139+204=380 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.74% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #258BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258BCC is #DA7433. Grayscale: #737373. Windows color (decimal): -14316596 or 13404965. OLE color: 13404965.

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

Color convert

RGB 37 139 204 -
CMYK 0.82 0.32 0 0.2
HSL 203.35º 0.69% 0.47% -
HSV(B) 203.35º 0.82% 0.8% -
XYZ 20.89 23.22 60.51 -
YUV 115.91 177.71 71.71 -
System Red Green Blue C M Y K H S L
Decimal 37 139 204 0.82 0.32 0 0.2 203.35 0.69 0.47
Hex 25 8B CC 52 20 0 14 CB 45 2F
Octal 45 213 314 122 40 0 24 313 105 57
Binary 100101 10001011 11001100 1010010 100000 0 10100 11001011 1000101 101111

Color Harmonies of #258BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258BCC

Black with #258BCC

Text Example


Text Example

White with #258BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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