Html Css Color HEX #285BCF Cerulean Blue

📋 copy color: '#285BCF'

red 40 ◦ green 91 ◦ blue 207

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

Shades of Cerulean Blue #285BCF

Tints of Cerulean Blue #285BCF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.92%

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

R = 11.83%
G = 26.92%
B = 61.24%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#285BCF (or 0x285BCF) is known color: Cerulean Blue. HEX triplet: 28, 5B and CF. RGB value is (40,91,207). Sum of RGB (Red+Green+Blue) = 40+91+207=338 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.83% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #285BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #285BCF is #D7A430. Grayscale: #585858. Windows color (decimal): -14132273 or 13589288. OLE color: 13589288.

HSL color Cylindrical-coordinate representation of color #285BCF: hue angle of 221.68º 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 #285BCF is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 40 91 207 -
CMYK 0.81 0.56 0 0.19
HSL 221.68º 0.68% 0.48% -
HSV(B) 221.68º 0.81% 0.81% -
XYZ 15.88 12.44 60.6 -
YUV 88.98 194.6 93.07 -
System Red Green Blue C M Y K H S L
Decimal 40 91 207 0.81 0.56 0 0.19 221.68 0.68 0.48
Hex 28 5B CF 51 38 0 13 DE 44 30
Octal 50 133 317 121 70 0 23 336 104 60
Binary 101000 1011011 11001111 1010001 111000 0 10011 11011110 1000100 110000

Color Harmonies of #285BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285BCF

Black with #285BCF

Text Example


Text Example

White with #285BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285BCF; }

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

 H1.HeaderClassName
 {
   color: #285BCF;
 }
 .AnyTagClassName
 {
   color: #285BCF;
 }
</style>

background-color css

<style>
 a { background-color: #285BCF; }

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

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

border-color css

<style>
 span { border-color: #285BCF; }

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

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