Html Css Color HEX #275ABC Cerulean Blue

📋 copy color: '#275ABC'

red 39 ◦ green 90 ◦ blue 188

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

Shades of Cerulean Blue #275ABC

Tints of Cerulean Blue #275ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.31%

R = 12.3%
G = 28.39%
B = 59.31%

CMYK

 C value IS 0.79

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#275ABC (or 0x275ABC) is known color: Cerulean Blue. HEX triplet: 27, 5A and BC. RGB value is (39,90,188). Sum of RGB (Red+Green+Blue) = 39+90+188=317 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.30% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #275ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275ABC is #D8A543. Grayscale: #555555. Windows color (decimal): -14198084 or 12343847. OLE color: 12343847.

HSL color Cylindrical-coordinate representation of color #275ABC: hue angle of 219.46º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #275ABC is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 39 90 188 -
CMYK 0.79 0.52 0 0.26
HSL 219.46º 0.66% 0.45% -
HSV(B) 219.46º 0.79% 0.74% -
XYZ 13.57 11.37 49.06 -
YUV 85.92 185.6 94.53 -
System Red Green Blue C M Y K H S L
Decimal 39 90 188 0.79 0.52 0 0.26 219.46 0.66 0.45
Hex 27 5A BC 4F 34 0 1A DB 42 2D
Octal 47 132 274 117 64 0 32 333 102 55
Binary 100111 1011010 10111100 1001111 110100 0 11010 11011011 1000010 101101

Color Harmonies of #275ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275ABC

Black with #275ABC

Text Example


Text Example

White with #275ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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