Html Css Color HEX #275AC8 Cerulean Blue

📋 copy color: '#275AC8'

red 39 ◦ green 90 ◦ blue 200

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

Shades of Cerulean Blue #275AC8

Tints of Cerulean Blue #275AC8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.36%

 BLUE value IS 200 (78.52% from 255) = 60.79%

R = 11.85%
G = 27.36%
B = 60.79%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#275AC8 (or 0x275AC8) is known color: Cerulean Blue. HEX triplet: 27, 5A and C8. RGB value is (39,90,200). Sum of RGB (Red+Green+Blue) = 39+90+200=329 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.85% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 200 (78.52% from 255 or 60.79% from 329); Max value from RGB is 200 - color contains mainly: blue. Hex color #275AC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275AC8 is #D8A537. Grayscale: #565656. Windows color (decimal): -14198072 or 13130279. OLE color: 13130279.

HSL color Cylindrical-coordinate representation of color #275AC8: hue angle of 220.99º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #275AC8 is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 39 90 200 -
CMYK 0.80 0.55 0 0.22
HSL 220.99º 0.67% 0.47% -
HSV(B) 220.99º 0.81% 0.78% -
XYZ 14.92 11.91 56.16 -
YUV 87.29 191.6 93.56 -
System Red Green Blue C M Y K H S L
Decimal 39 90 200 0.80 0.55 0 0.22 220.99 0.67 0.47
Hex 27 5A C8 50 37 0 16 DD 43 2F
Octal 47 132 310 120 67 0 26 335 103 57
Binary 100111 1011010 11001000 1010000 110111 0 10110 11011101 1000011 101111

Color Harmonies of #275AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275AC8

Black with #275AC8

Text Example


Text Example

White with #275AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,90,200); }

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

background-color css

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

 a { background-color: rgb(39,90,200); }

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

border-color css

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

 span { border-color: rgb(39,90,200); }

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