Html Css Color HEX #258CCE Curious Blue

📋 copy color: '#258CCE'

red 37 ◦ green 140 ◦ blue 206

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

Shades of Curious Blue #258CCE

Tints of Curious Blue #258CCE

RGB

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

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

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

R = 9.66%
G = 36.55%
B = 53.79%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#258CCE (or 0x258CCE) is known color: Curious Blue. HEX triplet: 25, 8C and CE. RGB value is (37,140,206). Sum of RGB (Red+Green+Blue) = 37+140+206=383 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.66% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #258CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258CCE is #DA7331. Grayscale: #747474. Windows color (decimal): -14316338 or 13536293. OLE color: 13536293.

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

Color convert

RGB 37 140 206 -
CMYK 0.82 0.32 0 0.19
HSL 203.43º 0.7% 0.48% -
HSV(B) 203.43º 0.82% 0.81% -
XYZ 21.28 23.61 61.83 -
YUV 116.73 178.38 71.13 -
System Red Green Blue C M Y K H S L
Decimal 37 140 206 0.82 0.32 0 0.19 203.43 0.7 0.48
Hex 25 8C CE 52 20 0 13 CB 46 30
Octal 45 214 316 122 40 0 23 313 106 60
Binary 100101 10001100 11001110 1010010 100000 0 10011 11001011 1000110 110000

Color Harmonies of #258CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258CCE

Black with #258CCE

Text Example


Text Example

White with #258CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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