Html Css Color HEX #275BCA Cerulean Blue

📋 copy color: '#275BCA'

red 39 ◦ green 91 ◦ blue 202

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

Shades of Cerulean Blue #275BCA

Tints of Cerulean Blue #275BCA

RGB

 RED value IS 39 (15.63% from 255) = 11.75%

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

 BLUE value IS 202 (79.3% from 255) = 60.84%

R = 11.75%
G = 27.41%
B = 60.84%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#275BCA (or 0x275BCA) is known color: Cerulean Blue. HEX triplet: 27, 5B and CA. RGB value is (39,91,202). Sum of RGB (Red+Green+Blue) = 39+91+202=332 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.75% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 202 (79.30% from 255 or 60.84% from 332); Max value from RGB is 202 - color contains mainly: blue. Hex color #275BCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275BCA is #D8A435. Grayscale: #575757. Windows color (decimal): -14197814 or 13261607. OLE color: 13261607.

HSL color Cylindrical-coordinate representation of color #275BCA: hue angle of 220.86º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #275BCA is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 39 91 202 -
CMYK 0.81 0.55 0 0.21
HSL 220.86º 0.68% 0.47% -
HSV(B) 220.86º 0.81% 0.79% -
XYZ 15.24 12.18 57.42 -
YUV 88.11 192.27 92.97 -
System Red Green Blue C M Y K H S L
Decimal 39 91 202 0.81 0.55 0 0.21 220.86 0.68 0.47
Hex 27 5B CA 51 37 0 15 DD 44 2F
Octal 47 133 312 121 67 0 25 335 104 57
Binary 100111 1011011 11001010 1010001 110111 0 10101 11011101 1000100 101111

Color Harmonies of #275BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275BCA

Black with #275BCA

Text Example


Text Example

White with #275BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275BCA; }

 p { color: rgb(39,91,202); }

 H1.HeaderClassName
 {
   color: #275BCA;
 }
 .AnyTagClassName
 {
   color: #275BCA;
 }
</style>

background-color css

<style>
 a { background-color: #275BCA; }

 a { background-color: rgb(39,91,202); }

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

border-color css

<style>
 span { border-color: #275BCA; }

 span { border-color: rgb(39,91,202); }

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