Html Css Color HEX #265BCC Cerulean Blue

📋 copy color: '#265BCC'

red 38 ◦ green 91 ◦ blue 204

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

Shades of Cerulean Blue #265BCC

Tints of Cerulean Blue #265BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.26%

R = 11.41%
G = 27.33%
B = 61.26%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#265BCC (or 0x265BCC) is known color: Cerulean Blue. HEX triplet: 26, 5B and CC. RGB value is (38,91,204). Sum of RGB (Red+Green+Blue) = 38+91+204=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #265BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265BCC is #D9A433. Grayscale: #575757. Windows color (decimal): -14263348 or 13392678. OLE color: 13392678.

HSL color Cylindrical-coordinate representation of color #265BCC: hue angle of 220.84º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #265BCC is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 38 91 204 -
CMYK 0.81 0.55 0 0.2
HSL 220.84º 0.69% 0.47% -
HSV(B) 220.84º 0.81% 0.8% -
XYZ 15.44 12.25 58.68 -
YUV 88.04 193.44 92.31 -
System Red Green Blue C M Y K H S L
Decimal 38 91 204 0.81 0.55 0 0.2 220.84 0.69 0.47
Hex 26 5B CC 51 37 0 14 DD 45 2F
Octal 46 133 314 121 67 0 24 335 105 57
Binary 100110 1011011 11001100 1010001 110111 0 10100 11011101 1000101 101111

Color Harmonies of #265BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265BCC

Black with #265BCC

Text Example


Text Example

White with #265BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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