Html Css Color HEX #265BC0 Cerulean Blue

📋 copy color: '#265BC0'

red 38 ◦ green 91 ◦ blue 192

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

Shades of Cerulean Blue #265BC0

Tints of Cerulean Blue #265BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 59.81%

R = 11.84%
G = 28.35%
B = 59.81%

CMYK

 C value IS 0.80

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#265BC0 (or 0x265BC0) is known color: Cerulean Blue. HEX triplet: 26, 5B and C0. RGB value is (38,91,192). Sum of RGB (Red+Green+Blue) = 38+91+192=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 192 (75.39% from 255 or 59.81% from 321); Max value from RGB is 192 - color contains mainly: blue. Hex color #265BC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265BC0 is #D9A43F. Grayscale: #565656. Windows color (decimal): -14263360 or 12606246. OLE color: 12606246.

HSL color Cylindrical-coordinate representation of color #265BC0: hue angle of 219.35º 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 #265BC0 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 91 192 -
CMYK 0.80 0.53 0 0.25
HSL 219.35º 0.67% 0.45% -
HSV(B) 219.35º 0.8% 0.75% -
XYZ 14.05 11.7 51.39 -
YUV 86.67 187.44 93.29 -
System Red Green Blue C M Y K H S L
Decimal 38 91 192 0.80 0.53 0 0.25 219.35 0.67 0.45
Hex 26 5B C0 50 35 0 19 DB 43 2D
Octal 46 133 300 120 65 0 31 333 103 55
Binary 100110 1011011 11000000 1010000 110101 0 11001 11011011 1000011 101101

Color Harmonies of #265BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265BC0

Black with #265BC0

Text Example


Text Example

White with #265BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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