Html Css Color HEX #2B65CB Cerulean Blue

📋 copy color: '#2B65CB'

red 43 ◦ green 101 ◦ blue 203

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

Shades of Cerulean Blue #2B65CB

Tints of Cerulean Blue #2B65CB

RGB

 RED value IS 43 (17.19% from 255) = 12.39%

 GREEN value IS 101 (39.84% from 255) = 29.11%

 BLUE value IS 203 (79.69% from 255) = 58.5%

R = 12.39%
G = 29.11%
B = 58.5%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2B65CB (or 0x2B65CB) is known color: Cerulean Blue. HEX triplet: 2B, 65 and CB. RGB value is (43,101,203). Sum of RGB (Red+Green+Blue) = 43+101+203=347 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.39% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #2B65CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B65CB is #D49A34. Grayscale: #5E5E5E. Windows color (decimal): -13933109 or 13329707. OLE color: 13329707.

HSL color Cylindrical-coordinate representation of color #2B65CB: hue angle of 218.25º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B65CB is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 43 101 203 -
CMYK 0.79 0.50 0 0.20
HSL 218.25º 0.65% 0.48% -
HSV(B) 218.25º 0.79% 0.8% -
XYZ 16.43 14.13 58.36 -
YUV 95.29 188.78 90.71 -
System Red Green Blue C M Y K H S L
Decimal 43 101 203 0.79 0.50 0 0.20 218.25 0.65 0.48
Hex 2B 65 CB 4F 32 0 14 DA 41 30
Octal 53 145 313 117 62 0 24 332 101 60
Binary 101011 1100101 11001011 1001111 110010 0 10100 11011010 1000001 110000

Color Harmonies of #2B65CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B65CB

Black with #2B65CB

Text Example


Text Example

White with #2B65CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B65CB; }

 p { color: rgb(43,101,203); }

 H1.HeaderClassName
 {
   color: #2B65CB;
 }
 .AnyTagClassName
 {
   color: #2B65CB;
 }
</style>

background-color css

<style>
 a { background-color: #2B65CB; }

 a { background-color: rgb(43,101,203); }

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

border-color css

<style>
 span { border-color: #2B65CB; }

 span { border-color: rgb(43,101,203); }

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