Html Css Color HEX #2859CF Cerulean Blue

📋 copy color: '#2859CF'

red 40 ◦ green 89 ◦ blue 207

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

Shades of Cerulean Blue #2859CF

Tints of Cerulean Blue #2859CF

RGB

 RED value IS 40 (16.02% from 255) = 11.9%

 GREEN value IS 89 (35.16% from 255) = 26.49%

 BLUE value IS 207 (81.25% from 255) = 61.61%

R = 11.9%
G = 26.49%
B = 61.61%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2859CF (or 0x2859CF) is known color: Cerulean Blue. HEX triplet: 28, 59 and CF. RGB value is (40,89,207). Sum of RGB (Red+Green+Blue) = 40+89+207=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #2859CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2859CF is #D7A630. Grayscale: #575757. Windows color (decimal): -14132785 or 13588776. OLE color: 13588776.

HSL color Cylindrical-coordinate representation of color #2859CF: hue angle of 222.4º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2859CF is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 89 207 -
CMYK 0.81 0.57 0 0.19
HSL 222.4º 0.68% 0.48% -
HSV(B) 222.4º 0.81% 0.81% -
XYZ 15.71 12.1 60.54 -
YUV 87.8 195.27 93.91 -
System Red Green Blue C M Y K H S L
Decimal 40 89 207 0.81 0.57 0 0.19 222.4 0.68 0.48
Hex 28 59 CF 51 39 0 13 DE 44 30
Octal 50 131 317 121 71 0 23 336 104 60
Binary 101000 1011001 11001111 1010001 111001 0 10011 11011110 1000100 110000

Color Harmonies of #2859CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2859CF

Black with #2859CF

Text Example


Text Example

White with #2859CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2859CF; }

 p { color: rgb(40,89,207); }

 H1.HeaderClassName
 {
   color: #2859CF;
 }
 .AnyTagClassName
 {
   color: #2859CF;
 }
</style>

background-color css

<style>
 a { background-color: #2859CF; }

 a { background-color: rgb(40,89,207); }

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

border-color css

<style>
 span { border-color: #2859CF; }

 span { border-color: rgb(40,89,207); }

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