Html Css Color HEX #265BBC Cerulean Blue

📋 copy color: '#265BBC'

red 38 ◦ green 91 ◦ blue 188

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

Shades of Cerulean Blue #265BBC

Tints of Cerulean Blue #265BBC

RGB

 RED value IS 38 (15.23% from 255) = 11.99%

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

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

R = 11.99%
G = 28.71%
B = 59.31%

CMYK

 C value IS 0.80

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#265BBC (or 0x265BBC) is known color: Cerulean Blue. HEX triplet: 26, 5B and BC. RGB value is (38,91,188). Sum of RGB (Red+Green+Blue) = 38+91+188=317 (41% of max value = 765). Red value is 38 (15.23% from 255 or 11.99% from 317); Green value is 91 (35.94% from 255 or 28.71% 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 #265BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265BBC is #D9A443. Grayscale: #555555. Windows color (decimal): -14263364 or 12344102. OLE color: 12344102.

HSL color Cylindrical-coordinate representation of color #265BBC: hue angle of 218.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #265BBC is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 91 188 -
CMYK 0.80 0.52 0 0.26
HSL 218.8º 0.66% 0.44% -
HSV(B) 218.8º 0.8% 0.74% -
XYZ 13.62 11.53 49.08 -
YUV 86.21 185.44 93.61 -
System Red Green Blue C M Y K H S L
Decimal 38 91 188 0.80 0.52 0 0.26 218.8 0.66 0.44
Hex 26 5B BC 50 34 0 1A DB 42 2C
Octal 46 133 274 120 64 0 32 333 102 54
Binary 100110 1011011 10111100 1010000 110100 0 11010 11011011 1000010 101100

Color Harmonies of #265BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265BBC

Black with #265BBC

Text Example


Text Example

White with #265BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265BBC; }

 p { color: rgb(38,91,188); }

 H1.HeaderClassName
 {
   color: #265BBC;
 }
 .AnyTagClassName
 {
   color: #265BBC;
 }
</style>

background-color css

<style>
 a { background-color: #265BBC; }

 a { background-color: rgb(38,91,188); }

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

border-color css

<style>
 span { border-color: #265BBC; }

 span { border-color: rgb(38,91,188); }

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