Html Css Color HEX #265ACB Cerulean Blue

📋 copy color: '#265ACB'

red 38 ◦ green 90 ◦ blue 203

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

Shades of Cerulean Blue #265ACB

Tints of Cerulean Blue #265ACB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.19%

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

R = 11.48%
G = 27.19%
B = 61.33%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#265ACB (or 0x265ACB) is known color: Cerulean Blue. HEX triplet: 26, 5A and CB. RGB value is (38,90,203). Sum of RGB (Red+Green+Blue) = 38+90+203=331 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.48% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #265ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265ACB is #D9A534. Grayscale: #565656. Windows color (decimal): -14263605 or 13326886. OLE color: 13326886.

HSL color Cylindrical-coordinate representation of color #265ACB: hue angle of 221.09º degrees, saturation: 0.68, 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 #265ACB is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 38 90 203 -
CMYK 0.81 0.56 0 0.20
HSL 221.09º 0.68% 0.47% -
HSV(B) 221.09º 0.81% 0.8% -
XYZ 15.23 12.04 58.02 -
YUV 87.33 193.27 92.81 -
System Red Green Blue C M Y K H S L
Decimal 38 90 203 0.81 0.56 0 0.20 221.09 0.68 0.47
Hex 26 5A CB 51 38 0 14 DD 44 2F
Octal 46 132 313 121 70 0 24 335 104 57
Binary 100110 1011010 11001011 1010001 111000 0 10100 11011101 1000100 101111

Color Harmonies of #265ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265ACB

Black with #265ACB

Text Example


Text Example

White with #265ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,90,203); }

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

background-color css

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

 a { background-color: rgb(38,90,203); }

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

border-color css

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

 span { border-color: rgb(38,90,203); }

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