Html Css Color HEX #275CBD Cerulean Blue

📋 copy color: '#275CBD'

red 39 ◦ green 92 ◦ blue 189

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

Shades of Cerulean Blue #275CBD

Tints of Cerulean Blue #275CBD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.75%

 BLUE value IS 189 (74.22% from 255) = 59.06%

R = 12.19%
G = 28.75%
B = 59.06%

CMYK

 C value IS 0.79

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#275CBD (or 0x275CBD) is known color: Cerulean Blue. HEX triplet: 27, 5C and BD. RGB value is (39,92,189). Sum of RGB (Red+Green+Blue) = 39+92+189=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 189 (74.22% from 255 or 59.06% from 320); Max value from RGB is 189 - color contains mainly: blue. Hex color #275CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275CBD is #D8A342. Grayscale: #565656. Windows color (decimal): -14197571 or 12409895. OLE color: 12409895.

HSL color Cylindrical-coordinate representation of color #275CBD: hue angle of 218.8º 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 #275CBD is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 39 92 189 -
CMYK 0.79 0.51 0 0.26
HSL 218.8º 0.66% 0.45% -
HSV(B) 218.8º 0.79% 0.74% -
XYZ 13.85 11.76 49.68 -
YUV 87.21 185.44 93.61 -
System Red Green Blue C M Y K H S L
Decimal 39 92 189 0.79 0.51 0 0.26 218.8 0.66 0.45
Hex 27 5C BD 4F 33 0 1A DB 42 2D
Octal 47 134 275 117 63 0 32 333 102 55
Binary 100111 1011100 10111101 1001111 110011 0 11010 11011011 1000010 101101

Color Harmonies of #275CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275CBD

Black with #275CBD

Text Example


Text Example

White with #275CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,92,189); }

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

background-color css

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

 a { background-color: rgb(39,92,189); }

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

border-color css

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

 span { border-color: rgb(39,92,189); }

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