Html Css Color HEX #265CBE Cerulean Blue

📋 copy color: '#265CBE'

red 38 ◦ green 92 ◦ blue 190

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

Shades of Cerulean Blue #265CBE

Tints of Cerulean Blue #265CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.38%

R = 11.88%
G = 28.75%
B = 59.38%

CMYK

 C value IS 0.8

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#265CBE (or 0x265CBE) is known color: Cerulean Blue. HEX triplet: 26, 5C and BE. RGB value is (38,92,190). Sum of RGB (Red+Green+Blue) = 38+92+190=320 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.88% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #265CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265CBE is #D9A341. Grayscale: #565656. Windows color (decimal): -14263106 or 12475430. OLE color: 12475430.

HSL color Cylindrical-coordinate representation of color #265CBE: hue angle of 218.68º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #265CBE is Cyan = 0.8, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 92 190 -
CMYK 0.8 0.52 0 0.25
HSL 218.68º 0.67% 0.45% -
HSV(B) 218.68º 0.8% 0.75% -
XYZ 13.92 11.78 50.26 -
YUV 87.03 186.11 93.03 -
System Red Green Blue C M Y K H S L
Decimal 38 92 190 0.8 0.52 0 0.25 218.68 0.67 0.45
Hex 26 5C BE 50 34 0 19 DB 43 2D
Octal 46 134 276 120 64 0 31 333 103 55
Binary 100110 1011100 10111110 1010000 110100 0 11001 11011011 1000011 101101

Color Harmonies of #265CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265CBE

Black with #265CBE

Text Example


Text Example

White with #265CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,92,190); }

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

background-color css

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

 a { background-color: rgb(38,92,190); }

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

border-color css

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

 span { border-color: rgb(38,92,190); }

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